home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / misc / sci / Statistics.lha / ReadMe < prev    next >
Encoding:
Text File  |  1999-07-21  |  11.0 KB  |  513 lines

  1.           Statistics (LozStats) Manual Version 2.41
  2.  
  3.  
  4.  
  5.  
  6.  
  7. DISTRIBUTION:
  8.  
  9.  
  10.  
  11. Statistics version 2.41 is public domain emailware.  Anyone can use 
  12. it and you are free to distribute it - as long as you're not making 
  13. pots of money out of it!  If you use it you should send me a woman 
  14. ;) or an email.
  15.  
  16.  
  17.  
  18.  
  19.  
  20. INTRODUCTION:
  21.  
  22.  
  23.  
  24. I can only remember seeing one other statistics package on the 
  25. Amiga and that was in the early days (around 1987) and it cost 
  26. several hundred pounds.  Although a number of spreadsheets are 
  27. available, none compare with Microsoft Excel or Lotus 1-2-3 for 
  28. (ugh!) Windows and spreadsheets are not that easy to use for 
  29. statistical analysis.
  30.  
  31.  
  32.  
  33. This version allows 50 variables and 500 cases.  Unfortunately it's 
  34. still a bit rough around the edges.  Considerable development time 
  35. was wasted because of a bug in HiSoft Basic 2.00 that HiSoft were 
  36. unwilling to fix.  As  a result I had to change to Blitz Basic 2.10 
  37. which is faster, but has required a massive conversion effort.
  38.  
  39.  
  40.  
  41. I do not intend to explain the statistical theory of the tests - if 
  42. you do not understand what the program is for - this package is not 
  43. for you. A good easy to understand statistics book to accompany the 
  44. program would be: "Business Statistics, A Decision Making Approach" 
  45. (1985) D.F. Groebner  & P.W. Shannon, published by Merrill.
  46.  
  47.  
  48.  
  49. I'm sorry but I accept no responsibility for any difficulties 
  50. (crashes, inaccurate results etc.) you encounter, as a result of 
  51. using this software.  If you have any problems drop me a line and 
  52. I'll see what I can do.
  53.  
  54.  
  55.  
  56. Contact ..............   Dr. Lawrence Harrell
  57.  
  58.                          BNR Consulting Ltd.,
  59.  
  60.                          bnr.cons@virgin.net
  61.  
  62.  
  63.  
  64.  
  65.  
  66. INSTALLATION AND REQUIREMENTS:
  67.  
  68.  
  69.  
  70. The program can be installed on hard disk or copied to your own 
  71. floppy disks.  Please note that the program requires the Topaz 11 
  72. font to be present in the Workbench "Fonts"  directory.  Topaz 11 
  73. is provided on all Amiga systems.  Workbench 2.00 or above is 
  74. required.  I have no idea of the memory requirements, as I have 
  75. 34mb, but I think that it will run on a 2mb machine.
  76.  
  77.  
  78.  
  79.  
  80.  
  81. BASIC OPERATION
  82.  
  83.  
  84.  
  85. Upon loading the program you are presented with the data entry 
  86. screen.  If you have a compatible statistics file that you wish to 
  87. work on, select "load" from the pull down menu and load the file.  
  88. If you are creating a new file, select "add variable" from the pull 
  89. down menus.  Continue until all variables have been entered.  Next 
  90. select "add cases" and type in the number of cases in your data 
  91. set.  If you are  not sure how many cases there are - type in an 
  92. estimate (it is easy to add or delete cases later).  Your data 
  93. entry template is now complete.
  94.  
  95.  
  96.  
  97. Until the data has been entered all cells are filled with the 
  98. missing value - cells containing missing values are ignored in the 
  99. analysis.  You can select the number that represents the missing 
  100. value from the pull down menus.  The default value is 99.
  101.  
  102.  
  103.  
  104. To enter/edit data move the cursor to the cell you wish to change 
  105. using the arrow keys.  Now type the number and move to another 
  106. cell.  The number is automatically entered when an arrow key is 
  107. pressed (you do not need to press enter).  NOTE that the number you 
  108. have typed will not appear on the screen until an arrow key is 
  109. pressed.
  110.  
  111.  
  112.  
  113. Now that the data is in, it can be analysed by selecting "analysis" 
  114. from the menus.  A number of options are available and most basic 
  115. statistics (average, standard deviation etc.) are produced using 
  116. the "basic stats" option.  The best approach is to play around with 
  117. the data set provided (Test.sts) and see what happens.
  118.  
  119.  
  120.  
  121.  
  122.  
  123. IMPORT/EXPORT OF DATA:
  124.  
  125.  
  126.  
  127. The easiest way to import/export data is to use a spreadshseet that 
  128. supports space separated values (called CSV space in TurboCalc).  
  129. Most versions of TurboCalc do this (3.5 and above definately - 
  130. earlier ones possibly).
  131.  
  132.  
  133.  
  134. Data can be imported from spreadsheets in the following way.  In 
  135. the first row of the spreadsheet put:
  136.  
  137.  
  138.  
  139.    CELL 1             CELL 2                 CELL 3
  140.  
  141. Number of cases    Number of variables    Missing value
  142.  
  143.  
  144.  
  145. In the next row of the spreadsheet put:
  146.  
  147.  
  148.  
  149.         CELL 1             CELL 2            CELL ..etc
  150.  
  151.     Variable name 1  Variable name 2    Variable name...
  152.  
  153.  
  154.  
  155. The variable name must be a maximum of 8 characters. The data 
  156. follows below the variable names.  Statistics should be able to 
  157. import such a file without problems, as long as you correctly 
  158. specify the number of variables, cases and the missing value in the 
  159. first row of the spreadsheet.
  160.  
  161.  
  162.  
  163. Using the import function on TurboCalc you should be able to load 
  164. in a Statistics file - again using the CSV space separated option.
  165.  
  166.  
  167.  
  168.  
  169.  
  170. LIMITATIONS - READ CAREFULLY!!
  171.  
  172.  
  173.  
  174. There are a number of waaknesses in this software that should be 
  175. borne in mind before anyone starts using it for serious analysis.
  176.  
  177.  
  178.  
  179. ~ The program will not accept negative numbers.
  180.  
  181. ~ The paired statistics calculations work on the basis that both
  182.  
  183.   variables have the same number of cases - this limits the
  184.  
  185.   useulness of the F and independant T tests (hope to sort it our
  186.  
  187.   in the next revision).
  188.  
  189. ~ The same missing value has to be used for every variable.
  190.  
  191. ~ If you enter very large numbers i.e. above 9999,999.00 screen
  192.  
  193.   formatting can become a bit dodgy.  Entering huge values (like
  194.  
  195.   population figures) is best done by inputting, e.g. 12.1 for 12.1
  196.  
  197.   million etc..  Although you can enter values with more than two
  198.  
  199.   decimal places and they will be used in the calculations - they
  200.  
  201.   will not be displayed in the editor.
  202.  
  203. ~ The latest non-parametric routines have not been extensively
  204.  
  205.   tested.
  206.  
  207.  
  208.  
  209. The program opens on a hi-res interlace screen.  If you have a 1084 
  210. monitor or a SCART T.V. you may find that setting your workbench 
  211. screen to NTSC (Workbench 2.04+ only) makes the screen more 
  212. readable as well as saving memory and reducing flicker.  If you do 
  213. this is combination with the MagicTV program you will very nearly 
  214. have a flicker free interlaced display on a TV!
  215.  
  216.  
  217.  
  218. To set up for NTSC move the NTSC monitor into your devs/monitor 
  219. drawer.  Add the line "sys:devs/monitors/NTSC" to your startup-
  220. sequence immediately before the line "LoadWB".  Now double click on 
  221. the NTSC picture in devs/monitors and go to prefs/screenmode.  
  222. Select NTSC Hires laced and then save.  Now reboot.  You may have 
  223. to adjust the workbench palette a bit to reduce flicker.  As you 
  224. would expect I accept no responsibility if it blows up your monitor 
  225. (not all PAL TV's can handle NTSC - though Sony and Philips ones 
  226. seem to be OK), but it works on mine!
  227.  
  228.  
  229.  
  230. Very minimal graphics are included and at present results cannot be 
  231. output to a printer.  One very cludgy way around this is to use a 
  232. screen dump program.  You will make best use of the program if you 
  233. have a compatible spreadsheet.  Any  graphs, barcharts etc can be 
  234. produced using a spreadsheet.  I see no point in spending hours 
  235. duplicating the graphing facilities of spreadsheets.
  236.  
  237.  
  238.  
  239. The software is reasonably crashproof (I have used it a lot with 
  240. large data sets over the last ten years and during my Ph.D.).  The 
  241. production of the later versions has resulted in some substantial 
  242. changes to code and some new bugs must have been created.  
  243. Furthermore if you try silly things -  you may be able to crash the 
  244. program, so save your data regularly.  If you register by email I 
  245. can let you know  about upgrades.
  246.  
  247.  
  248.  
  249. If you want to moan: remember what you paid for this program and 
  250. how much statistical software can cost!
  251.  
  252.  
  253.  
  254.  
  255.  
  256. FUTURE:
  257.  
  258.  
  259.  
  260. I hope to iron out any further bugs and add: better help and data 
  261. labels.  Development has been pretty slow lately as a result of the 
  262. Amiga's troubles.  I would prefer to develop in a more portable 
  263. Basic dialect, so that I can compile it on other OSs - in case the 
  264. Amiga goes totally belly up.
  265.  
  266.  
  267.  
  268.  
  269.  
  270. THE AUTHOR - BNR CONSULTING Ltd:
  271.  
  272.  
  273.  
  274. I work as a freelance market analyst and economist and have 
  275. particular experience in the transport/travel/tourism field.  
  276. Previous experience includes:
  277.  
  278.  
  279.  
  280. ~ demand forecasting for Sydney airport rail link.
  281.  
  282. ~ demand forecasting for Sydney LRT system.
  283.  
  284. ~ customer satisfaction surveys for transport
  285.  
  286.   undertakings.
  287.  
  288. ~ assiting in railway pricing research for UIC/CER
  289.  
  290. ~ working on fourth framework EU projects.
  291.  
  292.  
  293.  
  294. Depending on other commitments, I and my associates are available 
  295. as contractors and to conduct research for clients in any part of 
  296. the world - at very competitive rates.  Particular specialties 
  297. include:
  298.  
  299.  
  300.  
  301. ~  Demand forecasting (prediction of consumer behaviour).
  302.  
  303. ~  Designing, analysing and conducting market surveys.
  304.  
  305. ~  Report writing and presentation.
  306.  
  307. ~  Stated Preference (Conjoint analysis).
  308.  
  309. ~  Public transport planning
  310.  
  311. ~  Computer demand models (basic programming and
  312.  
  313.    spreadsheets).
  314.  
  315.  
  316.  
  317. For further information contact me via email.
  318.  
  319.  
  320.  
  321.  
  322.  
  323. HISTORY:
  324.  
  325.  
  326.  
  327. VERSION 1.10 ENHANCEMENTS (1988):
  328.  
  329.  
  330.  
  331. The program has been made more multi-tasking friendly and is less 
  332. processor hungry when waiting for user input.
  333.  
  334.  
  335.  
  336. There is a new title screen.
  337.  
  338.  
  339.  
  340. Control of the display while viewing data has been improved.
  341.  
  342.  
  343.  
  344. The amount of data that the module can handle has been increased 
  345. from 300 to 500 values.
  346.  
  347.  
  348.  
  349. A number of bugs have been removed from the regression module that 
  350. could give rise to, 'division by zero errors'.
  351.  
  352.  
  353.  
  354. The correlation matrix display has been enhanced.
  355.  
  356.  
  357.  
  358. A disk swapping bug causing, 'unknown volume' error has been cured.
  359.  
  360.  
  361.  
  362. Some preparations have been made to merge the two modules at a 
  363. later date.
  364.  
  365.  
  366.  
  367. The Regression predictions section now works correctly and is more 
  368. closely linked to the generation of the regression equations.
  369.  
  370.  
  371.  
  372. Finally it is easier to increase the number of cases in the data.
  373.  
  374.  
  375.  
  376. VERSION 2.00 ENHANCEMENTS (1995):
  377.  
  378.  
  379.  
  380. Program sets up its own hi-res interlace screen with flicker  
  381. minimising palette and selects Topaz 11 font for a consistent 
  382. appearance on all systems.
  383.  
  384.  
  385.  
  386. Better presentation and more user friendly.
  387.  
  388.  
  389.  
  390. Many algorithms speeded up.
  391.  
  392.  
  393.  
  394. Improved error trapping and a number of bugs removed.
  395.  
  396.  
  397.  
  398. Vastly improved data entry/editing.
  399.  
  400.  
  401.  
  402. Pull-down menus.
  403.  
  404.  
  405.  
  406. Ability to conduct analysis on single variables added.
  407.  
  408.  
  409.  
  410. Independent t test, coefficient of variation, minimum, range and 
  411. pooled standard deviation added.
  412.  
  413.  
  414.  
  415. Speech removed, beeps added.
  416.  
  417.  
  418.  
  419. Improved export of data.
  420.  
  421.  
  422.  
  423. VERSION 2.10 ENHANCEMENTS (1991):
  424.  
  425.  
  426.  
  427. Various bug fixes.
  428.  
  429.  
  430.  
  431. ARP file requester added.
  432.  
  433.  
  434.  
  435. Data recode added.
  436.  
  437.  
  438.  
  439. Text input area cleared after error.
  440.  
  441.  
  442.  
  443. Data transform debugged and moved to data entry module.
  444.  
  445.  
  446.  
  447. VERSION 2.20 ENHANCEMENTS (1996):
  448.  
  449.  
  450.  
  451. ASL file requestor added
  452.  
  453.  
  454.  
  455. Fixed bug in add variables module.
  456.  
  457.  
  458.  
  459. Added Cross-tabs.
  460.  
  461.  
  462.  
  463. Improved User-interface.
  464.  
  465.  
  466.  
  467. VERSION 2.30 ENHANCEMENTS (1997):
  468.  
  469.  
  470.  
  471. Rewritten for Blitz Basic 2.10, significantly faster.
  472.  
  473.  
  474.  
  475. VERSION 2.31 ENHANCEMENTS (Jan 1998):
  476.  
  477.  
  478.  
  479. Improved import/export of data.
  480.  
  481. Slight speed increase.
  482.  
  483.  
  484.  
  485.  
  486.  
  487. VERSION 2.40 ENHANCEMENTS (April 1998)
  488.  
  489.  
  490.  
  491. Program now checks for PAL/NTSC and opens window accordingly.
  492.  
  493.  
  494.  
  495. Made it easier to exit program!
  496.  
  497.  
  498.  
  499. Added in Wilcoxon, Mann-Whitney and Kruskall Wallis tests.
  500.  
  501.  
  502.  
  503. More multitasking friendly.
  504.  
  505.  
  506.  
  507. VERSION 2.41 ENHANCEMENTS (March 1999)
  508.  
  509.  
  510.  
  511. Fixed a bug in median calculations.
  512.  
  513.